home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 9825 / 9825.xpi / chrome / skin / smarterwiki.css < prev    next >
Cascading Style Sheet File  |  2009-06-30  |  357b  |  16 lines

  1. /*
  2. richlistitem[type ~= "smarterwiki-suggest"] > hbox {
  3.     list-style-image: url("chrome://smarterwiki/content/wiki-bubble-square.png");
  4. }
  5.  
  6. richlistitem[type ~= "smarterwiki-suggest"][selected='true'] > hbox {
  7.     background-color: transparent; #DDDDDD
  8. }
  9. */
  10.  
  11. /* 
  12. For options.xul
  13. */
  14. #smarterwikiOptions radio[pane] {
  15.   padding: 5px 3px 1px;
  16. }